projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef065c
)
Comment out include of libintl.h or gettext.h.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 5 Dec 2002 15:30:09 +0000
(15:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 5 Dec 2002 15:30:09 +0000
(15:30 +0000)
lib-src/getopt.c
patch
|
blob
|
history
diff --git
a/lib-src/getopt.c
b/lib-src/getopt.c
index 3e7928a83852f0ac02364b87e5cdb0cd0c07a8ad..c75627f84bac333cec117b18ee3ff34e949ea8d5 100644
(file)
--- a/
lib-src/getopt.c
+++ b/
lib-src/getopt.c
@@
-75,12
+75,14
@@
# endif
#endif
+#if 0
#ifdef _LIBC
# include <libintl.h>
#else
/* This is for other GNU distributions with internationalized messages. */
# include "gettext.h"
#endif
+#endif
#define _(msgid) gettext (msgid)
#if defined _LIBC && defined USE_IN_LIBIO